RE: postmaster error log - Mailing list pgsql-admin

From Hal Lynch
Subject RE: postmaster error log
Date
Msg-id a04320401b5d434e8b36f@[129.123.1.184]
Whole thread Raw
In response to postmaster error log  ("G. Anthony Reina" <reina@nsi.edu>)
List pgsql-admin
>I'm trying to start the postmaster exactly how it is written in the
>installation instructions:

>nohup postmaster -i > pgserver.log 2>&1 &

>However, RedHat Linux 6.1 gives me an 'Ambiguous output redirect '
>error. This is probably because I'm using TCSH instead of BASH.

>Is there a way that I can redirect like this in TCSH?

I had the same problem, try:

           nohup postmaster -i >& pgserver.log

hal

pgsql-admin by date:

Previous
From: "G. Anthony Reina"
Date:
Subject: Re: postmaster error log
Next
From: "Rafa Couto"
Date:
Subject: RE: disable auto-commit